docs: fix link to resource files overview
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 20:59:36 +0000 (15:59 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 23:57:38 +0000 (18:57 -0500)
gtk/gtkwidget.c

index 5b269c175388f8e379166de368c4ca025571c537..61901efacd59d1bf29a8301726860d0995676c08 100644 (file)
  * <structname>GtkWidget</structname> introduces <firstterm>style
  * properties</firstterm> - these are basically object properties that are stored
  * not on the object, but in the style object associated to the widget. Style
- * properties are set in <link linkend="gtk-Resource-Files">resource files</link>.
+ * properties are set in <link linkend="gtk3-Resource-Files">resource files</link>.
  * This mechanism is used for configuring such things as the location of the
  * scrollbar arrows through the theme, giving theme authors more control over the
  * look of applications without the need to write a theme engine in C.